home *** CD-ROM | disk | FTP | other *** search
/ This Disc Bytes! / Power Computing - The Disc 2 - This Disc Bytes.ISO / pc / jaz_tour / main.dxr / 00010_Script_Install button (score) < prev    next >
Text File  |  1995-10-25  |  335b  |  14 lines

  1. on mouseDown
  2.   global gInstallSprite
  3.   set the castNum of sprite gInstallSprite to the number of cast "Install.hl"
  4.   updateStage
  5. end
  6.  
  7. on mouseUp
  8.   global gInstallSprite
  9.   set the castNum of sprite gInstallSprite to the number of cast "Install.nm"
  10.   updateStage
  11.   if rollover(3) then
  12.     go "InstallPrompt"
  13.   end if    
  14. end